home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_177 / marge / marge.doc < prev    next >
Text File  |  1992-05-06  |  748b  |  14 lines

  1.  
  2.    Usage: marge [-b] [-#] [infile] [outfile]
  3.  
  4.    Marge adds either tabs or blanks in front of every line in a file.
  5.    The default is to add 1 tab to each line. If a switch consisting
  6.    of '-' followed by an integer nimber ( -5 for example) is specified,
  7.    the number is how many characters to add. if the switch '-b' is
  8.    specified, blanks instead of tabs are added. An input filename and
  9.    an output filename may be specified. The first filename on the
  10.    command line is the input file and the second filename is the output
  11.    file. If there is only one filename specified, it is the input and 
  12.    output is stdout. If no filenames are specified, input is from stdin
  13.    and output is to stdout. Marge can handle lines up to 500 characters.
  14.